DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreCursorDataCollection<T> Class / FilterExpression Property

In This Topic
    FilterExpression Property (C1EntityFrameworkCoreCursorDataCollection<T>)
    In This Topic
    Gets the filter expression applied to the data.
    Syntax
    'Declaration
     
    Public ReadOnly Property FilterExpression As FilterExpression
    public FilterExpression FilterExpression {get;}
    See Also